home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / tcpd.config < prev    next >
Text File  |  2008-05-03  |  254b  |  14 lines

  1. #!/bin/sh -e
  2.  
  3. # Only ask about the configuration if there are no hosts.{allow,deny} files
  4.  
  5. if [ ! -e /etc/hosts.allow ] && [ ! -e /etc/hosts.deny ]; then
  6.   . /usr/share/debconf/confmodule
  7.   db_input medium tcpd/paranoid-mode || true
  8.   db_go
  9. fi
  10.  
  11.  
  12.  
  13. exit 0
  14.